다음을 통해 공유


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

매개 변수

  • context
    형식: System.Object
    작업에 존재 하는 컨텍스트를 나타내는 개체입니다.

반환 값

형식: System.String
작업이 실제로 지원 되지 않으면 지정한 작업이 지원 되지 않습니다 이유를 설명 하는 지역화 된 문자열입니다. 그렇지 않으면 nullNull 참조(Visual Basic의 경우 Nothing).

예외

예외 조건
ArgumentNullException

command 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

[<ANY>]

DDEX 공급자 GetUnsupportedReason 구현에서 예외가 발생 했습니다.

설명

이 이렇게 위임의 GetUnsupportedReason 전달 메서드를 Empty 의 값으로는 source 매개 변수.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IVsDataProvider 인터페이스

GetUnsupportedReason 오버로드

Microsoft.VisualStudio.Data.Core 네임스페이스