IVsCfgBrowseObject Interface
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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")> _
Public Interface IVsCfgBrowseObject _
Implements IVsBrowseObject
'Utilisation
Dim instance As IVsCfgBrowseObject
[InterfaceTypeAttribute()]
[GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")]
public interface IVsCfgBrowseObject : IVsBrowseObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")]
public interface class IVsCfgBrowseObject : IVsBrowseObject
public interface IVsCfgBrowseObject extends IVsBrowseObject