IVsHierarchy2.GetGuidProperties 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.
public:
void GetGuidProperties(System::UInt32 itemid, int count, cli::array <int> ^ propids, cli::array <Guid> ^ rgGuids, cli::array <int> ^ results);
public void GetGuidProperties (uint itemid, int count, int[] propids, Guid[] rgGuids, int[] results);
abstract member GetGuidProperties : uint32 * int * int[] * Guid[] * int[] -> unit
Public Sub GetGuidProperties (itemid As UInteger, count As Integer, propids As Integer(), rgGuids As Guid(), results As Integer())
Parameters
- itemid
- UInt32
- count
- Int32
- propids
- Int32[]
- rgGuids
- Guid[]
- results
- Int32[]