Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the IVsCfg object given the project configuration browse object.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")> _
Public Interface IVsCfgBrowseObject _
Inherits IVsBrowseObject
[InterfaceTypeAttribute()]
[GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")]
public interface IVsCfgBrowseObject : IVsBrowseObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")]
public interface class IVsCfgBrowseObject : IVsBrowseObject
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")>]
type IVsCfgBrowseObject =
interface
interface IVsBrowseObject
end
public interface IVsCfgBrowseObject extends IVsBrowseObject
The IVsCfgBrowseObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCfg | Maps back to the configuration corresponding to the browse object. |
![]() |
GetProjectItem | Maps back to the hierarchy or project item object corresponding to the browse object. |
Top
Remarks
Notes to Implementers
Implement IVsCfgBrowseObject to map back to the configuration corresponding to the browse object. This is useful for a project flavor that needs to know what the configuration is in order to influence the project property user interface.