Visual Basic (Declaration) | |
---|---|
<PreserveSigAttribute()> Function SetProperty( _ ByVal PropertyId As Fusion.ASM_NAME, _ ByVal pvProperty As IntPtr, _ ByVal cbProperty As UInteger _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Fusion.IAssemblyName Dim PropertyId As Fusion.ASM_NAME Dim pvProperty As IntPtr Dim cbProperty As UInteger Dim value As Integer value = instance.SetProperty(PropertyId, pvProperty, cbProperty) |
C# | |
---|---|
[PreserveSig()] int SetProperty( Fusion.ASM_NAME PropertyId, IntPtr pvProperty, uint cbProperty ) |
C++/CLI | |
---|---|
[PreserveSig()] int SetProperty( Fusion.ASM_NAME PropertyId, IntPtr pvProperty, uint cbProperty ) |
Parameters
- PropertyId
- pvProperty
- cbProperty
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2