Sdílet prostřednictvím


IVsHierarchy.SetGuidProperty – metoda (UInt32, Int32, Guid)

 

Nastaví vlastnosti, jejichž hodnoty jsou identifikátory GUID.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int SetGuidProperty(
    uint itemid,
    int propid,
    [InAttribute] ref Guid rguid
)
int SetGuidProperty(
    unsigned int itemid,
    int propid,
    [InAttribute] Guid% rguid
)
abstract SetGuidProperty : 
        itemid:uint32 *
        propid:int *
        rguid:Guid byref -> int
Function SetGuidProperty (
    itemid As UInteger,
    propid As Integer,
    <InAttribute> ByRef rguid As Guid
) As Integer

Parametry

  • itemid
    [v] Identifikátor položky hierarchii, která má být nastavena.Seznam itemid hodnoty, viz VSITEMID.
  • propid
    [v] Identifikátor vlastnosti v hierarchii dané položky.Seznam propid hodnoty, viz __VSHPROPID.
  • rguid
    [v] Hodnota GUID zadaný ve vlastnosti propid , vrácený GetGuidProperty.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Tato metoda se nazývá prostředí nastavit určitou vlastnost v hierarchii.

Podpis COM

Z vsshell.idl:

HRESULT IVsHierarchy::SetGuidProperty(
   [in] VSITEMID itemid,
   [in] VSHPROPID propid,
   [in] REFGUID rguid
);

Viz také

IVsHierarchy – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek