IGenericUserDefinedTool.NumberOfProperties Yöntem
Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Microsoft yalnızca iç kullanım.
Ad alanı: Microsoft.VisualStudio.VCProjectEngine
Derleme: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)
Sözdizimi
'Bildirim
Sub NumberOfProperties ( _
<OutAttribute> ByRef pdwNumProps As Integer _
)
void NumberOfProperties(
out int pdwNumProps
)
void NumberOfProperties(
[OutAttribute] int% pdwNumProps
)
abstract NumberOfProperties :
pdwNumProps:int byref -> unit
function NumberOfProperties(
pdwNumProps : int
)
Parametreler
- pdwNumProps
Tür: System.Int32%
Özellikler araç sayısı
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.