GraphObject::GetValue<T> Method (String^)
Visual Studio 2015
Gets the value of the specified property.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- propertyId
-
Type:
System::String^
Annotation key.
Return Value
Type: TObject associated with the property, or null.
Type Parameters
- T
The type of data to return.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if property type does not match the given generic type. |
Show: