エディタに格納された、プロパティの現在の値を取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Function GetProperty ( _
propertyName As String _
) As String
'使用
Dim instance As OADeploymentConfigurationEditor
Dim propertyName As String
Dim returnValue As String
returnValue = instance.GetProperty(propertyName)
public string GetProperty(
string propertyName
)
public:
String^ GetProperty(
String^ propertyName
)
public function GetProperty(
propertyName : String
) : String
パラメータ
- propertyName
型 : System.String
取得するプロパティの名前
戻り値
型 : System.String
解説
エディタがまだ保存されていない場合は、メモリ内の値を表します。
参照
参照
OADeploymentConfigurationEditor クラス
OADeploymentConfigurationEditor メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間