다음을 통해 공유


ErrorTag.ToolTipContent 속성

이 오류에 대 한 도구 설명을 표시할 때 사용할 콘텐츠를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text.Tagging
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Public Property ToolTipContent As Object
public Object ToolTipContent { get; private set; }
public:
virtual property Object^ ToolTipContent {
    Object^ get () sealed;
    private: void set (Object^ value) sealed;
}
abstract ToolTipContent : Object with get, private set 
override ToolTipContent : Object with get, private set
final function get ToolTipContent () : Object 
private final function set ToolTipContent (value : Object)

속성 값

형식: Object
이 오류에 대 한 도구 설명을 표시할 때 사용할 콘텐츠입니다.

구현

IErrorTag.ToolTipContent

설명

이 속성은 nullNull 참조(Visual Basic의 경우 Nothing)일 수 있습니다.

.NET Framework 보안

참고 항목

참조

ErrorTag 클래스

Microsoft.VisualStudio.Text.Tagging 네임스페이스