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.
Gets the discovery map for the Web reference.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property Discomap As ProjectItem
'Usage
Dim instance As WebReference
Dim value As ProjectItem
value = instance.Discomap
ProjectItem Discomap { get; }
property ProjectItem^ Discomap {
ProjectItem^ get ();
}
function get Discomap () : ProjectItem
Property Value
Type: EnvDTE.ProjectItem
A project item containing the discovery map of the Web reference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.