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

Представляет любые отсутствующие возможности.

Реализации

Применяется к