GraphSetterCollection::Get Method (String^)
Visual Studio 2015
Get the property setter
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property for which to retrieve the Setter object
Return Value
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphSetter^The Setter for the property if it is in the list, null otherwise
Show: