API Reference
Class
CrosswalkBuilder
Minimal CrosswalkBuilder used only to author unified anchors (U|*). Kept for source compatibility.
Inheritance
- Object
- CrosswalkBuilder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method CrosswalkBuilder.BaselineRule
- Method CrosswalkBuilder.Doc
- Method CrosswalkBuilder.ServiceAny
- Method CrosswalkBuilder.UserRightAny
Accepted by parameters
- Method CrosswalkBuilderExtensions.WithCrosswalk
- Extension method RuleBuilder.WithCrosswalk
Constructors
public CrosswalkBuilder() #Methods
public CrosswalkBuilder BaselineRule(BaselineRegistryKey regKey, Scope scope) #Returns:
CrosswalkBuilderParameters
- option BaselineSecurityOption
- scope Scope
public CrosswalkBuilder Doc(DocVendor source, String id) #Returns:
CrosswalkBuilderParameters
- source DocVendor
- id String
public CrosswalkBuilder ServiceAny(String serviceName, Scope scope) #Returns:
CrosswalkBuilderParameters
- serviceName String
- scope Scope
public CrosswalkBuilder UserRightAny(Enum right, Scope scope) #Returns:
CrosswalkBuilderParameters
- right Enum
- scope Scope
Inherited Methods
Properties
public IReadOnlyList<RuleVendorRef> Refs { get; } #