特定のプロパティを動的に非表示にするために使用されます。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Function IsPropertyHidden ( _
PropertyName As String _
) As vsFilterProperties
'使用
Dim instance As AgnosticDatabaseFolderNodeExtender
Dim PropertyName As String
Dim returnValue As vsFilterProperties
returnValue = instance.IsPropertyHidden(PropertyName)
public vsFilterProperties IsPropertyHidden(
string PropertyName
)
public:
virtual vsFilterProperties IsPropertyHidden(
String^ PropertyName
) sealed
public final function IsPropertyHidden(
PropertyName : String
) : vsFilterProperties
パラメータ
- PropertyName
型 : System.String
プロパティ名を指定します。
戻り値
実装
IFilterProperties.IsPropertyHidden(String)
参照
参照
AgnosticDatabaseFolderNodeExtender クラス
AgnosticDatabaseFolderNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders 名前空間