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
- 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.