GraphMetadata.Container Property
The object that this metadata describes.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Container As GraphMetadataContainer
public GraphMetadataContainer Container { get; internal set; }
public:
property GraphMetadataContainer^ Container {
GraphMetadataContainer^ get ();
internal: void set (GraphMetadataContainer^ value);
}
member Container : GraphMetadataContainer with get, internal set
function get Container () : GraphMetadataContainer
internal function set Container (value : GraphMetadataContainer)
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphMetadataContainer
.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.