AssemblyReferenceProperties 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..::..ReferenceNodeProperties
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..AssemblyReferenceProperties
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 Class AssemblyReferenceProperties _
Inherits ReferenceNodeProperties
'Usage
Dim instance As AssemblyReferenceProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class AssemblyReferenceProperties : ReferenceNodeProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class AssemblyReferenceProperties : public ReferenceNodeProperties
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type AssemblyReferenceProperties =
class
inherit ReferenceNodeProperties
end
public class AssemblyReferenceProperties extends ReferenceNodeProperties
The AssemblyReferenceProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
CopyToLocal | Gets or sets {insert text here}. (Inherited from ReferenceNodeProperties.) | |
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.) | |
FullPath | Gets {insert text here}. (Inherited from ReferenceNodeProperties.) | |
Name | Gets {insert text here}. (Inherited from ReferenceNodeProperties.) | |
SpecificVersion | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
CreateDesignPropertyDescriptor | (Inherited from LocalizableProperties.) | |
Equals | (Inherited from Object.) | |
Extender | (Inherited from NodeProperties.) | |
ExtenderNames | (Inherited from NodeProperties.) | |
Finalize | (Inherited from Object.) | |
GetAttributes | (Inherited from LocalizableProperties.) | |
GetCfgProvider | (Inherited from NodeProperties.) | |
GetClassName | (Inherited from ReferenceNodeProperties.) | |
GetComponentName | Get the Caption of the Hierarchy Node instance. If Caption is null or empty we delegate to base (Inherited from NodeProperties.) | |
GetConverter | (Inherited from LocalizableProperties.) | |
GetDefaultEvent | (Inherited from LocalizableProperties.) | |
GetDefaultProperty | (Inherited from LocalizableProperties.) | |
GetEditor | (Inherited from LocalizableProperties.) | |
GetEvents() () () () | (Inherited from LocalizableProperties.) | |
GetEvents(array<Attribute> [] () [] []) | (Inherited from LocalizableProperties.) | |
GetHashCode | (Inherited from Object.) | |
GetPages | (Inherited from NodeProperties.) | |
GetProjectDesignerPages | Implementation of the IVsSpecifyProjectDesignerPages. It will retun the pages that are configuration independent. (Inherited from NodeProperties.) | |
GetProjectItem | Maps back to the hierarchy or project item object corresponding to the browse object. (Inherited from NodeProperties.) | |
GetProperties() () () () | (Inherited from LocalizableProperties.) | |
GetProperties(array<Attribute> [] () [] []) | (Inherited from LocalizableProperties.) | |
GetProperty | (Inherited from NodeProperties.) | |
GetPropertyOwner | (Inherited from LocalizableProperties.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetProperty | (Inherited from NodeProperties.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProviderCanExtend | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtender | (Inherited from NodeProperties.) | |
IInternalExtenderProviderGetExtenderNames | (Inherited from NodeProperties.) |
Top
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