Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.