SqlWorkbenchHierarchy.GetGuidProperty(UInt32, Int32, 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.
public:
virtual int GetGuidProperty(System::UInt32 itemid, int propid, [Runtime::InteropServices::Out] Guid % pguid);
public virtual int GetGuidProperty(uint itemid, int propid, out Guid pguid);
abstract member GetGuidProperty : uint32 * int * Guid -> int
override this.GetGuidProperty : uint32 * int * Guid -> int
Public Overridable Function GetGuidProperty (itemid As UInteger, propid As Integer, ByRef pguid As Guid) As Integer
Parameters
- itemid
- UInt32
- propid
- Int32
- pguid
- Guid