Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the value of a property, keyed by the given name.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Function GetProperty ( _
propertyName As String _
) As Object
public Object GetProperty(
string propertyName
)
public:
Object^ GetProperty(
String^ propertyName
)
member GetProperty :
propertyName:string -> Object
public function GetProperty(
propertyName : String
) : Object
Parameters
- propertyName
Type: System.String
Name of the property to look up.
Return Value
Type: System.Object
The value of the property, or null if not found.
.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.