SimulatorClient.GetRestrictedErrorInfo(String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将受限制的引用映射到受限制的说明和任何缺少的功能。
public:
virtual void GetRestrictedErrorInfo(System::String ^ restrictedReference, [Runtime::InteropServices::Out] System::String ^ % restrictedDescription, [Runtime::InteropServices::Out] System::String ^ % capabilitySid);
public void GetRestrictedErrorInfo (string restrictedReference, out string restrictedDescription, out string capabilitySid);
abstract member GetRestrictedErrorInfo : string * string * string -> unit
override this.GetRestrictedErrorInfo : string * string * string -> unit
Public Sub GetRestrictedErrorInfo (restrictedReference As String, ByRef restrictedDescription As String, ByRef capabilitySid As String)
参数
- restrictedReference
- String
限制引用。
- restrictedDescription
- String
从受限引用获取的限制说明。
- capabilitySid
- String
表示任何缺少的功能。