IVsBuildDependency.get_Type(Guid) Method
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.
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.