GraphPropertyCollection.Properties Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As Dictionary(Of String, GraphProperty)
Get
public Dictionary<string, GraphProperty> Properties { get; }
public:
property Dictionary<String^, GraphProperty^>^ Properties {
Dictionary<String^, GraphProperty^>^ get ();
}
member Properties : Dictionary<string, GraphProperty>
function get Properties () : Dictionary<String, GraphProperty>
Property Value
Type: System.Collections.Generic.Dictionary<String, GraphProperty>
.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.