VCRuntimeIntegerProperty Interface
Provides access to runtime integer properties.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("368263D3-70B8-49CE-B473-46FF42A2E79B")> _
Public Interface VCRuntimeIntegerProperty _
Inherits VCRuntimeProperty
'Usage
Dim instance As VCRuntimeIntegerProperty
[GuidAttribute("368263D3-70B8-49CE-B473-46FF42A2E79B")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"368263D3-70B8-49CE-B473-46FF42A2E79B")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty