PublishMessageException.GetPromotedPromotedProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void GetPromotedPromotedProperty(int index, [Runtime::InteropServices::Out] System::String ^ % propName, [Runtime::InteropServices::Out] System::String ^ % propNS, [Runtime::InteropServices::Out] System::Object ^ % propVal);
public void GetPromotedPromotedProperty (int index, out string propName, out string propNS, out object propVal);
member this.GetPromotedPromotedProperty : int * string * string * obj -> unit
Public Sub GetPromotedPromotedProperty (index As Integer, ByRef propName As String, ByRef propNS As String, ByRef propVal As Object)
参数
- index
- Int32
- propName
- String
- propNS
- String
- propVal
- Object