Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides access to runtime string properties.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("9C894C02-B512-4B23-9B29-E3195B26C6BA")> _
Public Interface VCRuntimeStringProperty _
Inherits VCRuntimeProperty
'Usage
Dim instance As VCRuntimeStringProperty
[GuidAttribute("9C894C02-B512-4B23-9B29-E3195B26C6BA")]
public interface VCRuntimeStringProperty : VCRuntimeProperty
[GuidAttribute(L"9C894C02-B512-4B23-9B29-E3195B26C6BA")]
public interface class VCRuntimeStringProperty : VCRuntimeProperty
public interface VCRuntimeStringProperty extends VCRuntimeProperty