GraphSetterCollection.Get(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the property setter
public:
Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^ Get(System::String ^ propertyName);
public Microsoft.VisualStudio.GraphModel.Styles.GraphSetter Get (string propertyName);
member this.Get : string -> Microsoft.VisualStudio.GraphModel.Styles.GraphSetter
Public Function Get (propertyName As String) As GraphSetter
Parameters
- propertyName
- String
The name of the property for which to retrieve the Setter object
Returns
The Setter for the property if it is in the list, null otherwise