다음을 통해 공유


VCPropertySheet.Rules 속성

이 속성 시트에 정의된 기본 항목 메타데이터 및 프로젝트 수준의 속성에 대해 수정할 수 있는 IVCRulePropertyStorage 개체의 컬렉션을 가져옵니다.

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

구문

‘선언
ReadOnly Property Rules As IVCCollection
IVCCollection Rules { get; }
property IVCCollection^ Rules {
    IVCCollection^ get ();
}
abstract Rules : IVCCollection with get
function get Rules () : IVCCollection

속성 값

형식: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
규칙 파일의 열린 태그 내부에 있는 것과 같은 규칙 이름이 키로 사용되는 키 컬렉션입니다.

설명

IVCRulePropertyStorage 이 속성에서 가져온 개체는 프로젝트 수준 속성 및 항목 메타 데이터 개체에서 가져온 속성 시트에서 기본입니다. 프로젝트 파일에서 이러한 데이터를 수정 하려면 참조 [P:Microsoft.VisualStudio.VCProjectEngine.VCConfiguration.Rules.] 특정 항목의 메타 데이터를 수정 하려면 참조 하십시오.[P:Microsoft.VisualStudio.VCProjectEngine.VCFileConfiguration.Tool.]

.NET Framework 보안

참고 항목

참조

VCPropertySheet 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스