GraphSetterCollection::Get Method (String^)

 

Get the property setter

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphSetter^ Get(
	String^ propertyName
)

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

Return to top
Show: