ElementGroupPrototype.TargetContext Property

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

Syntax

'宣言
Public ReadOnly Property TargetContext As ElementGroupContext
'使用
Dim instance As ElementGroupPrototype
Dim value As ElementGroupContext

value = instance.TargetContext
public ElementGroupContext TargetContext { get; }
public:
property ElementGroupContext^ TargetContext {
    ElementGroupContext^ get ();
}
public function get TargetContext () : ElementGroupContext

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementGroupContext

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

Microsoft.VisualStudio.Modeling Namespace