ローカライズ可能な独自のノード プロパティを作成するには、NodeProperties を継承し、ローカライズされた独自の表示名、カテゴリ、および説明の各属性で装飾されたパブリック プロパティを追加します。
この API は、CLS に準拠していません。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class NodeProperties _
Inherits LocalizableProperties _
Implements ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, _
IVsBrowseObject
'使用
Dim instance As NodeProperties
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class NodeProperties : LocalizableProperties,
ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class NodeProperties : public LocalizableProperties,
ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject
public class NodeProperties extends LocalizableProperties implements ISpecifyPropertyPages, IVsGetCfgProvider, IVsSpecifyProjectDesignerPages, IInternalExtenderProvider, IVsBrowseObject
継承階層
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.LocalizableProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.NodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.FileNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.FolderNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ProjectNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.ReferenceNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.Properties.DatabaseFileNodeProperties
Microsoft.VisualStudio.Data.Schema.Project.Project.Properties.DatabaseProjectNodeProperties
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。