Freigeben über


ISimplePropertyContainer.PutProperty-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub PutProperty ( _
    id As Integer, _
    Val As Object _
)
void PutProperty(
    int id,
    Object Val
)
void PutProperty(
    [InAttribute] int id, 
    [InAttribute] Object^ Val
)
abstract PutProperty : 
        id:int * 
        Val:Object -> unit
function PutProperty(
    id : int, 
    Val : Object
)

Parameter

  • id
    Typ: Int32

    Eigenschaften-ID

  • Val
    Typ: Object

    Eigenschaftswert

.NET Framework-Sicherheit

Siehe auch

Referenz

ISimplePropertyContainer Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace