IVsTextLineMarker.GetMarkerCommandInfo 메서드
텍스트 마커 명령 정보를 반환합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Function GetMarkerCommandInfo ( _
iItem As Integer, _
<OutAttribute> pbstrText As String(), _
<OutAttribute> pcmdf As UInteger() _
) As Integer
int GetMarkerCommandInfo(
int iItem,
string[] pbstrText,
uint[] pcmdf
)
int GetMarkerCommandInfo(
[InAttribute] int iItem,
[OutAttribute] array<String^>^ pbstrText,
[OutAttribute] array<unsigned int>^ pcmdf
)
abstract GetMarkerCommandInfo :
iItem:int *
pbstrText:string[] byref *
pcmdf:uint32[] byref -> int
function GetMarkerCommandInfo(
iItem : int,
pbstrText : String[],
pcmdf : uint[]
) : int
매개 변수
iItem
형식: Int32[in] 표식 종류의 상황에 맞는 메뉴 명령에 대 한 항목 수를 나타내는 정수입니다. 값은 일반적으로 0에서 9 까지의 범위 표식 종류 명령 값 101 103 기능도 사용할 수 있습니다. 이러한 명령은 값에 대 한 자세한 내용은 참조 하십시오. MarkerCommandValues.
pbstrText
형식: array<String[][out] 상황에 맞는 메뉴에 대 한 표식 유형을 명령 텍스트를 식별 하는 문자열을 포인터입니다.
pcmdf
형식: array<UInt32[][out] 명령 플래그를 지정합니다.
반환 값
형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.
설명
COM 시그니처
Textmgr.idl에서:
HRESULT IVsTextLineMarker::GetMarkerCommandInfo(
[in] long iItem,
[out, custom(uuid_IVsTextMarker, "optional")] BSTR * pbstrText,
[out] DWORD* pcmdf
);
주어진된 표식 종류와 연결 명령 정보를 반환 하려면이 메서드를 사용 합니다. 사용 ExecMarkerCommand 표식 종류에 대해 명령을 실행 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.