プロジェクトの構成プロパティを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Protected Function GetConfigurationProperty ( _
propertyName As String _
) As String
'使用
Dim propertyName As String
Dim returnValue As String
returnValue = Me.GetConfigurationProperty(propertyName)
protected string GetConfigurationProperty(
string propertyName
)
protected:
String^ GetConfigurationProperty(
String^ propertyName
)
protected function GetConfigurationProperty(
propertyName : String
) : String
パラメータ
- propertyName
型 : System.String
プロパティの名前を指定します。
戻り値
型 : System.String
参照
参照
DatabaseProjectConfigurationExtender クラス
DatabaseProjectConfigurationExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders 名前空間