SimulatorClient.GetRestrictedErrorInfo(String, String, String) 方法

定义

将受限制的引用映射到受限制的说明和任何缺少的功能。

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

表示任何缺少的功能。

实现

适用于