共用方式為


XMessage.GetPropertyValue 方法

定義

多載

GetPropertyValue(PropertyBase)
GetPropertyValue(Type)

GetPropertyValue(PropertyBase)

public:
 System::Object ^ GetPropertyValue(Microsoft::XLANGs::BaseTypes::PropertyBase ^ propBase);
public object GetPropertyValue (Microsoft.XLANGs.BaseTypes.PropertyBase propBase);
override this.GetPropertyValue : Microsoft.XLANGs.BaseTypes.PropertyBase -> obj
Public Function GetPropertyValue (propBase As PropertyBase) As Object

參數

propBase
PropertyBase

傳回

適用於

GetPropertyValue(Type)

public:
 override System::Object ^ GetPropertyValue(Type ^ propType);
public override object GetPropertyValue (Type propType);
override this.GetPropertyValue : Type -> obj
Public Overrides Function GetPropertyValue (propType As Type) As Object

參數

propType
Type

傳回

適用於