ElementGroupPrototype.SourceContext Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property SourceContext As ElementGroupContext
'Usage
Dim instance As ElementGroupPrototype
Dim value As ElementGroupContext
value = instance.SourceContext
public ElementGroupContext SourceContext { get; }
public:
property ElementGroupContext^ SourceContext {
ElementGroupContext^ get ();
}
public function get SourceContext () : ElementGroupContext
Property Value
Type: Microsoft.VisualStudio.Modeling.ElementGroupContext
.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.