Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Function GetProperty ( _
propertyName As String _
) As Object
'使用
Dim instance As SerializationMessage
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProperty(propertyName)
public Object GetProperty(
string propertyName
)
public:
Object^ GetProperty(
String^ propertyName
)
public function GetProperty(
propertyName : String
) : Object
Parameters
- propertyName
Type: System.String
Return Value
Type: System.Object
Permissions
- 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.