Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property PathToProperty As DomainPath
'Usage
Dim instance As PropertyPath
Dim value As DomainPath
value = instance.PathToProperty
instance.PathToProperty = value
public DomainPath PathToProperty { get; set; }
public:
property DomainPath^ PathToProperty {
DomainPath^ get ();
void set (DomainPath^ value);
}
public function get PathToProperty () : DomainPath
public function set PathToProperty (value : DomainPath)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.