IClassID Interface

Provides access to methods identifying class ID.

Members

Name Description
Method GetCLSID Identify class ID for an object.
Method GetProgID Identify ProgID for an object.

IClassID.GetCLSID Method

Identify class ID for an object.

Public Function GetCLSID ( _
) As Guid
public Guid GetCLSID (
);

IClassID.GetProgID Method

Identify ProgID for an object.

Public Function GetProgID ( _
) As String
public string GetProgID (
);

Classes that implement IClassID

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.