共用方式為


MessageMetadata.GetMessagePropertyDefinition 方法

定義

多載

GetMessagePropertyDefinition(XmlQName)
GetMessagePropertyDefinition(Type)

GetMessagePropertyDefinition(XmlQName)

public:
 Microsoft::XLANGs::RuntimeTypes::MessagePropertyDefinition ^ GetMessagePropertyDefinition(Microsoft::XLANGs::BaseTypes::XmlQName ^ qname);
public Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition GetMessagePropertyDefinition (Microsoft.XLANGs.BaseTypes.XmlQName qname);
member this.GetMessagePropertyDefinition : Microsoft.XLANGs.BaseTypes.XmlQName -> Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition
Public Function GetMessagePropertyDefinition (qname As XmlQName) As MessagePropertyDefinition

參數

qname
XmlQName

傳回

適用於

GetMessagePropertyDefinition(Type)

public:
 Microsoft::XLANGs::RuntimeTypes::MessagePropertyDefinition ^ GetMessagePropertyDefinition(Type ^ propType);
public Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition GetMessagePropertyDefinition (Type propType);
member this.GetMessagePropertyDefinition : Type -> Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition
Public Function GetMessagePropertyDefinition (propType As Type) As MessagePropertyDefinition

參數

propType
Type

傳回

適用於