SerializationMessage.GetProperty Method

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

Return Value

Type: System.Object

Permissions

See Also

Reference

SerializationMessage Class

SerializationMessage Members

Microsoft.VisualStudio.Modeling Namespace