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