WebReference.Discomap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the discovery map for the Web reference.
public:
property EnvDTE::ProjectItem ^ Discomap { EnvDTE::ProjectItem ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public EnvDTE.ProjectItem Discomap { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.Discomap : EnvDTE.ProjectItem
Public ReadOnly Property Discomap As ProjectItem
Property Value
A project item containing the discovery map of the Web reference.
- Attributes