VCProject.GetVCService Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function GetVCService ( _
ByRef guid As Guid _
) As Object
Object GetVCService(
ref Guid guid
)
Object^ GetVCService(
[InAttribute] Guid% guid
)
abstract GetVCService :
guid:Guid byref -> Object
function GetVCService(
guid : Guid
) : Object
Parameters
- guid
Type: System.Guid%
Return Value
Type: System.Object
.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.