VCRuntimeBooleanProperty Interface
Provides access to runtime boolean properties.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("8667A38D-E190-42EC-B856-A862BA4BAA23")> _
Public Interface VCRuntimeBooleanProperty _
Inherits VCRuntimeProperty
'Usage
Dim instance As VCRuntimeBooleanProperty
[GuidAttribute("8667A38D-E190-42EC-B856-A862BA4BAA23")]
public interface VCRuntimeBooleanProperty : VCRuntimeProperty
[GuidAttribute(L"8667A38D-E190-42EC-B856-A862BA4BAA23")]
public interface class VCRuntimeBooleanProperty : VCRuntimeProperty
public interface VCRuntimeBooleanProperty extends VCRuntimeProperty