VCRuntimeStringProperty 介面
提供存取執行階段字串屬性。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
<GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")> _
Public Interface VCRuntimeStringProperty _
Inherits VCRuntimeProperty
[GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")]
public interface VCRuntimeStringProperty : VCRuntimeProperty
[GuidAttribute(L"DF2E9877-E528-4746-88C2-A3CB79134B2C")]
public interface class VCRuntimeStringProperty : VCRuntimeProperty
[<GuidAttribute("DF2E9877-E528-4746-88C2-A3CB79134B2C")>]
type VCRuntimeStringProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeStringProperty extends VCRuntimeProperty
VCRuntimeStringProperty 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Category | 設定或取得屬性的分類。 | |
DefaultValue | 設定或取得屬性的預設值。 | |
Delimited | 設定或取得是否屬性包含分隔的字串。 | |
Delimiters | 設定或取得字串分隔符號。 | |
Description | 設定或取得屬性的描述。 | |
DisplayName | 取得或設定物件的完整名稱。 | |
HelpContext | 設定或取得屬性的說明內容。 | |
HelpF1Keyword | 基礎架構。僅限 Microsoft 內部使用。 | |
HelpFile | 設定或取得屬性的 [說明] 檔案的名稱 | |
HelpURL | 設定或取得屬性的說明 URL。 | |
Inheritable | 設定或取得是否屬性可以繼承自父物件。 | |
IsReadOnly | 取得或設定值,指出包含父物件的檔案唯讀的。 | |
Name | 取得或設定 VCRuntimeStringProperty 物件的名稱。 | |
PropertyPageName | 設定或取得屬性的屬性頁。 | |
Switch | 取得或設定文字的命令列參數。 |
回頁首