다음을 통해 공유


NamedDomainElement.ProxyIsNameTracking Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Protected Overridable Property ProxyIsNameTracking As Boolean
    Get
    Set
protected virtual bool ProxyIsNameTracking { get; set; }
protected:
virtual property bool ProxyIsNameTracking {
    bool get ();
    void set (bool value);
}
abstract ProxyIsNameTracking : bool with get, set
override ProxyIsNameTracking : bool with get, set
function get ProxyIsNameTracking () : boolean
function set ProxyIsNameTracking (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NamedDomainElement Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace