IVsDataProvider.GetUnsupportedReason 메서드 (CommandID, Object)
작업이 지원 되지 않는 이유를 설명 하는 지역화 된 문자열을 가져옵니다.
네임스페이스: Microsoft.VisualStudio.Data.Core
어셈블리: Microsoft.VisualStudio.Data.Core(Microsoft.VisualStudio.Data.Core.dll)
구문
‘선언
Function GetUnsupportedReason ( _
command As CommandID, _
context As Object _
) As String
string GetUnsupportedReason(
CommandID command,
Object context
)
String^ GetUnsupportedReason(
CommandID^ command,
Object^ context
)
abstract GetUnsupportedReason :
command:CommandID *
context:Object -> string
function GetUnsupportedReason(
command : CommandID,
context : Object
) : String
매개 변수
command
형식: CommandID작업을 식별 하는 명령입니다.
context
형식: Object작업이 존재 하는 컨텍스트를 나타내는 개체입니다.
반환 값
형식: String
이유 지정한 작업이 지원 되지 않습니다, 실제로 작업은 지원 되지 않습니다; 경우에 대해 설명 하는 지역화 된 문자열 그렇지 않으면 nullNull 참조(Visual Basic의 경우 Nothing).
예외
예외 | 조건 |
---|---|
ArgumentNullException | command 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다. |
[<ANY>] | DDEX 공급자 GetUnsupportedReason 구현에서 예외가 발생 했습니다. |
설명
이 메서드를 대리 합니다의 GetUnsupportedReason 를 Empty 의 값으로는 source 매개 변수.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.