FolderNodeProperties Class
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..LocalizableProperties
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..NodeProperties
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..FolderNodeProperties
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class FolderNodeProperties _
Inherits NodeProperties
'Usage
Dim instance As FolderNodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class FolderNodeProperties : NodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class FolderNodeProperties sealed : public NodeProperties
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type FolderNodeProperties =
class
inherit NodeProperties
end
public final class FolderNodeProperties extends NodeProperties
The FolderNodeProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtenderCATID | TSDATA : \\cpvsbuild\drops\orcas\main\raw\20402.00\sources\wizard\vsdesigner\designer\microsoft\VisualStudio\Editors\PropertyPages\AutomationExtenderManager.cs reflexively looks for an ExtenderCATID get property. MPF originally wrote this routine as a method, so we need to override otherwise the property pages cannot use extenders for the property objects when looking for property set/get methods. (Inherited from NodeProperties.) | |
FileName | Gets or sets {insert text here}. | |
FolderName | Gets or sets {insert text here}. | |
FullPath | Gets {insert text here}. | |
Name | Used by Property Pages Frame to set it's title bar. The Caption of the Hierarchy Node is returned. (Inherited from NodeProperties.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProviderCanExtend | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtender | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtenderNames | (Inherited from NodeProperties.) |
Top
Remarks
This is public because it is used in the property editor.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace