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