Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The service interface for the VS ReferencePicker service
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
<GuidAttribute("099A2AA5-CE07-4FE4-85E8-AD53D8D5D56C")> _
<ComVisibleAttribute(True)> _
Public Interface SReferencePicker
[GuidAttribute("099A2AA5-CE07-4FE4-85E8-AD53D8D5D56C")]
[ComVisibleAttribute(true)]
public interface SReferencePicker
[GuidAttribute(L"099A2AA5-CE07-4FE4-85E8-AD53D8D5D56C")]
[ComVisibleAttribute(true)]
public interface class SReferencePicker
[<GuidAttribute("099A2AA5-CE07-4FE4-85E8-AD53D8D5D56C")>]
[<ComVisibleAttribute(true)>]
type SReferencePicker = interface end
public interface SReferencePicker
Remarks
Empty, the real work is done by interfaces you cast this to.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace