IVsPropertyFileOut.EndPropertySection(UInt32) Método

Definição

Finaliza uma seção de propriedade (um fluxo de propriedade interna).

public:
 int EndPropertySection(System::UInt32 dwCookie);
public:
 int EndPropertySection(unsigned int dwCookie);
int EndPropertySection(unsigned int dwCookie);
public int EndPropertySection (uint dwCookie);
abstract member EndPropertySection : uint32 -> int
Public Function EndPropertySection (dwCookie As UInteger) As Integer

Parâmetros

dwCookie
UInt32

no Ponteiro para um inteiro que é um cookie que identifica a seção de propriedade como end. O cookie vem da BeginPropertySection(String, String, IVsPropertyStreamOut, UInt32) chamada.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

Chame o Flush método depois de chamar EndPropertySection e continuar com um fluxo de propriedade externa.

Assinatura COM

De VSShell. idl:

[C++]

HRESULT IVsPropertyFileOut::EndPropertySection(  
   [in] VSCOOKIE dwCookie  
);  

Aplica-se a