GraphSetterCollection.Get Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Get the property setter
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Get ( _
propertyName As String _
) As GraphSetter
public GraphSetter Get(
string propertyName
)
public:
GraphSetter^ Get(
String^ propertyName
)
member Get :
propertyName:string -> GraphSetter
public function Get(
propertyName : String
) : GraphSetter
Parameters
propertyName
Type: System.StringThe 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
.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.