IVsDependency.get_Type(Guid) Method

Definition

Returns the type of a dependency.

public:
 int get_Type([Runtime::InteropServices::Out] Guid % pguidType);
public int get_Type (out Guid pguidType);
abstract member get_Type : Guid -> int
Public Function get_Type (ByRef pguidType As Guid) As Integer

Parameters

pguidType
Guid

[out] Pointer to an identifier representing the type of the dependency.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to