This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")] 
public interface IVsCfgBrowseObject : IVsBrowseObject
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB") */ 
public interface IVsCfgBrowseObject extends IVsBrowseObject
InterfaceTypeAttribute(1) 
GuidAttribute("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB") 
public interface IVsCfgBrowseObject extends IVsBrowseObject

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ