VCRuntimeIntegerProperty 인터페이스
런타임에서 정수 속성에 액세스를 제공합니다.
네임스페이스: Microsoft.VisualStudio.VCProjectEngine
어셈블리: Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)
구문
‘선언
<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")> _
Public Interface VCRuntimeIntegerProperty _
Inherits VCRuntimeProperty
[GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("09A9E6A3-BAE3-4C29-8AE2-442BF14E625C")>]
type VCRuntimeIntegerProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty
VCRuntimeIntegerProperty 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Category | 속성의 범주를 가져오거나 설정 합니다. | |
DefaultValue | 이 속성의 기본값을 가져오거나 설정 합니다. | |
Description | 속성의 설명을 가져오거나 설정 합니다. | |
DisplayName | 개체의 전체 이름을 가져오거나 설정 합니다. | |
HelpContext | 도움말 컨텍스트 속성을 가져오거나 설정 합니다. | |
HelpF1Keyword | 인프라입니다. Microsoft 내부용입니다. | |
HelpFile | 이 속성에 대 한 도움말 파일의 이름을 가져오거나 설정 합니다. | |
HelpURL | 속성에 대 한 도움말 URL을 가져오거나 설정 합니다. | |
IsReadOnly | 부모 개체에 들어 있는 파일 읽기 전용인 지 여부를 나타내는 값을 가져오거나 설정 합니다. | |
Name | VCRuntimeIntegerProperty 개체의 이름을 가져오거나 설정합니다. | |
PropertyPageName | 속성에 대 한 속성 페이지를 가져오거나 설정 합니다. | |
Switch | 명령줄 스위치는 텍스트를 가져오거나 설정 합니다. |
위쪽