VCRuntimeStringProperty Interface
Provides access to runtime string properties.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("9B5CFF92-021A-458D-9A9F-7B39C33F11F1")> _
Public Interface VCRuntimeStringProperty _
Inherits VCRuntimeProperty
[GuidAttribute("9B5CFF92-021A-458D-9A9F-7B39C33F11F1")]
public interface VCRuntimeStringProperty : VCRuntimeProperty
[GuidAttribute(L"9B5CFF92-021A-458D-9A9F-7B39C33F11F1")]
public interface class VCRuntimeStringProperty : VCRuntimeProperty
[<GuidAttribute("9B5CFF92-021A-458D-9A9F-7B39C33F11F1")>]
type VCRuntimeStringProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeStringProperty extends VCRuntimeProperty
The VCRuntimeStringProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
Category | Sets or gets the category of the property. | |
DefaultValue | Sets or gets the default value of the property. | |
Delimited | Sets or gets whether the property contains delimited strings. | |
Delimiters | Sets or gets string delimiters. | |
Description | Sets or gets the description of the property. | |
DisplayName | Gets or sets the full name of the object. | |
HelpContext | Sets or gets the help context of the property. | |
HelpF1Keyword | Infrastructure. Microsoft Internal Use Only. | |
HelpFile | Sets or gets the name of the help file for the property | |
HelpURL | Sets or gets the help URL for the property. | |
Inheritable | Sets or gets whether the property can inherit from a parent object. | |
IsReadOnly | Gets or sets a value indicating whether the file containing the parent object is read-only. | |
Name | Gets or sets the name of the VCRuntimeStringProperty object. | |
PropertyPageName | Sets or gets the property page for the property. | |
Switch | Gets or sets the text of the command line switch. |
Top